home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 4697 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  2.0 KB

  1. Path: news1.h1.usa.pipeline.com!usenet
  2. From: grantp@usa.pipeline.com(Pete)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Visual C++ and DOS
  5. Date: 31 Jan 1996 18:02:30 GMT
  6. Organization: Kalevi, Inc.
  7. Message-ID: <4eoarm$n96@news1.usa.pipeline.com>
  8. NNTP-Posting-Host: pipe4.h1.usa.pipeline.com
  9. X-PipeUser: grantp
  10. X-PipeHub: usa.pipeline.com
  11. X-PipeGCOS: (Pete)
  12. X-Newsreader: Pipeline USA v3.3.0
  13.  
  14. On Jan 30, 1996 16:22:51 in article <Visual C++ and DOS>, 'Karl Young
  15. <kyoung@itsa.ucsf.edu>' wrote: 
  16.  
  17.  
  18. >I have only used C++ in Unix (i.e. g++) and am thinking 
  19. >about purchasing Visual C++ but had a couple of questions. 
  20. >Firstly, I'll be getting the NT version and I wanted to 
  21. >know if I could build programs that could be compiled for 
  22. >older, 16-bit versions of Windows like WFWG 3.1.1 with 
  23. >the current version of VC++ for NT.  
  24. MSVC++ versions 2.0 and higher do not support the production 
  25. of 16-bit executables; however, the professional version (at  
  26. least) includes the CD for version 1.52 which is a 16-bit 
  27. system.  According to theory, you can run MSVC 1.52 on  
  28. your NT machine, although I never could.  (Not that I 
  29. tried really hard since it was just as easy to install on 
  30. an old Windows machine). 
  31.  
  32. >Secondly I'm going to write a couple of programs that will 
  33. >run on very old, very slow 386 machines, that need to talk  
  34. >to the hardware (specifically the parallel port) and on which  
  35. >I won't want to run any flavor of Windows. Can I use VC++ 
  36. >for NT to write code for DOS (and beyond my wildest dreams 
  37. >that would have some routines for putting up primitive 
  38. >menus and the like in DOS) or should I just dig up a used 
  39. >copy of Turbo C or the like for doing that ? 
  40. Again, MSVC++ 1.52 is capable of accomplishing the 
  41. above tasks, however, if you can get your hands on one of 
  42. Borland's compilers, you're better off, IMHO.  Frankly, I 
  43. would suggest getting Borland's latest (4.53), or Watcom's 
  44. (10.5) as they support multi-platform development much 
  45. better. 
  46.  
  47. -- 
  48. Pete Grant 
  49. Kalevi, Inc. 
  50. Object Oriented Software Development
  51.